home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
PICTWIND.PAK
/
PICTWIND.RC
< prev
next >
Wrap
Text File
|
1997-05-06
|
536b
|
23 lines
//----------------------------------------------------------------------------
// ObjectWindows
// Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
//----------------------------------------------------------------------------
#include "pictwind.rh"
#include <owl/owlapp.rc>
#include <owl/except.rc>
#include <owl/window.rh>
IDM_MAINMENU MENU
{
POPUP "&Alignment"
{
MENUITEM "&Center", CM_CENTER, CHECKED
MENUITEM "&Upper-left", CM_UPPERLEFT
MENUITEM "&Stretch", CM_STRETCH
}
}